home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / remdoubles.readme < prev    next >
Text File  |  1996-09-26  |  2KB  |  51 lines

  1. Short:    Removes double lines in sorted text-files
  2. Author:   toenges@fact.rhein-ruhr.de (Till Toenges)
  3. Uploader: toenges@fact.rhein-ruhr.de (Till Toenges)
  4. Type:     util/cli
  5.  
  6. "remdoubles" is a 4:00 o'clock AM hack to remove double lines in a sorted file
  7. (4:00 o'clock AM hack means that it doesn't support things like CTRL_C and is
  8. just something i needed at 4:00 o'clock AM). It is case-sensitive and the only
  9. argument it needs is the filename. It takes the WHOLE stuff you typed in after
  10. "remdoubles" i.e.
  11.  
  12.         remdoubles x y z
  13.  
  14. will look for a file called 'x y z', and
  15.  
  16.         remdoubles "x y z"
  17.  
  18. will look for a file called '"x y z"'. Output will be printed to the standard
  19. output.
  20.              DON'T USE LINES LONGER THAN 998 CHARS!
  21.  
  22. EXAMPLE:
  23.      ORIGINAL  OUTPUT
  24.      --------  ------
  25.       testa    testa
  26.       testa    testb
  27.       testb    testc
  28.       testc    Testc
  29.       testc    testx
  30.       Testc    testf
  31.       testx    testx
  32.       testf    teste
  33.       testx
  34.       teste
  35.       teste
  36.       teste
  37.  
  38. Use the source as you like, but beware, it's not optimized (i'm relying on my
  39. assembler).
  40.  
  41.  
  42. ============================= Archive contents =============================
  43.  
  44. Original  Packed Ratio    Date     Time    Name
  45. -------- ------- ----- --------- --------  -------------
  46.      240     215 10.4% 28-May-95 13:00:04 +remdoubles
  47.     1695     612 63.8% 28-May-95 12:59:06 +remdoubles.asm
  48.     1051     533 49.2% 05-Jun-95 08:28:10 +remdoubles.readme
  49. -------- ------- ----- --------- --------
  50.     2986    1360 54.4% 23-Aug-95 15:38:08   3 files
  51.